C (99/301)

From:Rod Schnell
Date:31 Aug 99 at 03:46:29
Subject:Re: Creating catalogs for NewMenus

From: Rod Schnell <rodsch@telusplanet.net>

Hello Darryl

On 30-Aug-99, Darryl Hartwig wrote:
>>
>> Declare your struct NewMenu array with default strings, then loop through
>> it's members assigning locale strings to menu[i].nm_Label as appropriate.
>> You may also need to set nm_CommKey. Then call CreateMenus, LayoutMenus
>> and attach to window.
>
> So I sort of do a while loop, and then a switch statement inside that, to
> determine which strings I'm converting?
>

Yes exactly, just make sure you do it before create/layout/attach menus.

Rod